Created by Renesas Technology Ameraica, Inc.

******* Operation **********
Converts a file into an array in 'C'

******* Usage **************
File2C.exe [Infile] [ram|flash]
ram: Array will reside in RAM
flash: Array will reside in Flash (const)

******* HTML TAGS **********
If the file you are converting is a .html or .htm file, you can put in '`' characters within the file 
in order mark places a tag in your html file. The tag characters '`' are not included in the 'C' array
that is made by the converter. The tags are good if you want to add an html file to the file system, but
breaks it up into parts that reside in ram and flash.



